Skip to content

Add alpha integration environment workflow#123

Open
neil-sproston wants to merge 2 commits intomainfrom
GPCAPIM-194alphaInt
Open

Add alpha integration environment workflow#123
neil-sproston wants to merge 2 commits intomainfrom
GPCAPIM-194alphaInt

Conversation

@neil-sproston
Copy link
Contributor

@neil-sproston neil-sproston commented Mar 19, 2026

Description

Initial workflow to provide alpha-integration environment

Context

The alpha-integration environment will point to external services integration environment as opposed to internal stub/mock endpoints. This workflow is to support that environment.

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming
  • Exceptions/Exclusions to coding standards (e.g. #noqa or #NOSONAR) are included within this Pull Request.

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@github-actions
Copy link

Trivy gate: no Critical/High issues.

Trivy IaC (Terraform) Summary

Severity Count
CRITICAL 0
HIGH 0
MEDIUM 0
LOW 0
UNKNOWN 0
Findings (top 50)
Severity ID Title File

@github-actions
Copy link

Trivy gate: no Critical/High vulnerabilities.

Trivy Image Scan Summary

Image: 900119715266.dkr.ecr.eu-west-2.amazonaws.com/whoami:gpcapim-194alphaint

Severity Count
CRITICAL 0
HIGH 0
MEDIUM 0
LOW 0
UNKNOWN 0

✅ No vulnerabilities found.

@github-actions
Copy link

Trivy gate: no Critical/High vulnerabilities.

Trivy Image Scan Summary

Image: 900119715266.dkr.ecr.eu-west-2.amazonaws.com/whoami:gpcapim-194alphaint

Severity Count
CRITICAL 0
HIGH 0
MEDIUM 0
LOW 0
UNKNOWN 0

✅ No vulnerabilities found.

@neil-sproston neil-sproston marked this pull request as ready for review March 20, 2026 09:40
@neil-sproston neil-sproston requested a review from a team as a code owner March 20, 2026 09:40
Copilot AI review requested due to automatic review settings March 20, 2026 09:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a dedicated GitHub Actions workflow and Terraform var-file to stand up an “alpha-integration” preview-style environment intended to use external integration services rather than stubs.

Changes:

  • Introduces a new GitHub Actions workflow to build/push an image, apply Terraform, deploy an Apigee proxy, and run test suites for the alpha-integration environment.
  • Adds a new alpha-int.tfvars var-file for the preview Terraform environment.
  • Updates infrastructure/.gitignore to allow the new var-file to be checked in.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
infrastructure/environments/preview/alpha-int.tfvars Adds alpha-integration-specific Terraform inputs (currently stubbed).
infrastructure/.gitignore Un-ignores alpha-int.tfvars so it can be committed.
.github/workflows/alpha-integration-env.yml New workflow to deploy and test the alpha-integration environment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link

@github-actions
Copy link

Deployment Complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants